OpenRoads Designer CONNECT Edition SDK Help

CreateTangentToParabolaThruPointWithGrade Method

Calculates parabola data from thru point and grade at thru point

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public static  ProfileParabola CreateTangentToParabolaThruPointWithGrade( ProfileParabola parabola, DPoint2d thruPoint,double grade)

Parameters

SettingDescription
  ProfileParabola Given parabola
  DPoint2d Thru point
   Grade at thru point

Return Value

ProfileParabola Solution (if exist)

See Also